home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000254_news@columbia.edu _Wed Nov 3 16:59:26 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA01252
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 3 Nov 1999 16:59:26 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA14221
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 3 Nov 1999 16:56:38 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Colors with vt220
  11. Date: 3 Nov 1999 21:56:37 GMT
  12. Organization: Columbia University
  13. Message-ID: <7vqb2l$dsa$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <rX1U3.61$L4.4815@news3.voicenet.com>,
  17. Christopher Mosley  <cmosley@voicenet.com> wrote:
  18. : I don't think vt100, vt220 are officially, explicitly color
  19. : terminals but there is color support in mskermit. Some unix text programs
  20. : that use color, not all but a few, do not work very well with vt220 emulation
  21. : (set term type vt220) but _do_ work with "set term type ansibbs" in mskermit.
  22. : I believe these same programs work well in various xterms in xwindows on
  23. : linux, I would have to check to be absolutely sure. I used scripts to
  24. : work around this in mskermit, using apc to change term type then running
  25. : program, then using apc to return to a vt terminal. Wondering generally
  26. : why this is?
  27.  
  28. The VT220 does not have any support for color escape sequences.
  29.  
  30. The so called ANSI-BBS terminals implement a subset of the color 
  31. sequences defined in the standard document ANSI X3.64.  These same 
  32. sequences are implemented in many Unix console drivers: SCO ANSI, 
  33. AT386, Linux, ...
  34.  
  35. But the fact that a terminal does or does not support the color 
  36. sequences has little to do with whether or not two given terminal
  37. types are compatible.  The VT terminals use a different line wrap 
  38. rules than most of the Unix consoles excluding Linux.  The SCO ANSI 
  39. and AT386 terminal drivers both support colors but have different 
  40. rules for what happens when an attribute reset command is received.
  41. One resets the colors as if they are attributes (bold, underline, blink,
  42. ...) and the other doesn't.
  43.  
  44. The reality is that each and every terminal and console driver is 
  45. different and you need to use a emulator that understands each of
  46. the different variations.  That is why Kermit 95 has so many terminal
  47. definitions.
  48.  
  49.  
  50.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  51.                  The Kermit Project * Columbia University
  52.               612 West 115th St #716 * New York, NY * 10025
  53.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org
  54.